β οΈ Many university computers already have Jupyter installed. If you are using a university computer, check whether Jupyter is installed by entering `jupyter` in the Windows search bar.
The easiest way to install Jupyter is to install Anaconda.
Below are step-by-step instructions for (a) installing Anaconda (Individual Edition), then (b) checking the Jupyter installation.
about , then select About your PC.
In this case, the type is 64 bit
Detailed installation instructions: (English) (ζ₯ζ¬θͺ) (ζ₯ζ¬θͺοΌ)
Enter jupyter notebook in the Windows search bar, then select the Jupyter Notebook app.
If you have multiple browsers, Windows may ask you which browser you want to use. Choose any browser (e.g. Firefox, Google Chrome, Microsoft Edge, etc.)
When the Jupyter home page launches, select New, then select a Python 3 Notebook.
print( "Hello world!" ) in the cell, then select Run.
Hello world! is printed as output.